This sample shows how to add custom panels to the desktop area.

This example uses Genesys Desktop functionality to allow
keyboard navigation and shortcut in customization panels.

This customization adds three panels: top, right and bottom 
to the agent's area. Top panel can be closed with button, 
bottom panel can be closed/opened with menu. Right panel has 
two arrow buttons that help chage panel's size.

To install this sample, follow these steps:
1. Create a directory "custom/" in the Genesys Desktop
   Application directory "webapps/gdesktop/".
2. Copy the files "custom.xml", "custom-area-bottom.jsp", 
   "custom-area-right.jsp", "custom-area-top.jsp", 
   "CloseBtn.gif", "CloseBtnd.gif", "CloseBtng.gif",
   "LeftArrowBtn.gif", "LeftArrowBtnDisable.gif",
   "LeftArrowBtnFocused.gif", "RightArrowBtn.gif",
   "RightArrowBtn.gif", "RightArrowBtnDisable.gif",
   "RightArrowBtnFocused.gif", "htmlcontrol.js", 
   "style.css", empty.gif" and "empty.htm" from this sample 
   folder and paste them into the "custom/" directory that 
   you have just created.
3. Copy the file "custom.properties" from this sample 
   folder the and paste it into the 
   "webapps/gdesktop/WEB-INF/classes/" directory.
4. Modify the file "webapps/gdesktop/WEB-INF/web.xml"
   by specifying the "/custom/custom.xml" file in the
   "customFile" parameter of the "initUAD" servlet tag.
